home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / kbsem216.zip / INSTALLC.BAT < prev    next >
DOS Batch File  |  1992-04-02  |  157b  |  13 lines

  1. echo off
  2. cls
  3. echo install to local drive c:\kbsemail
  4. echo or press control c now to abort
  5. pause
  6. c:
  7. cd\
  8. md kbsemail
  9. cd kbsemail
  10. copy a:*.* /v
  11. em
  12.  
  13.